[INFO] cloning repository https://github.com/kands-code/rswk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kands-code/rswk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkands-code%2Frswk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkands-code%2Frswk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1a4b349235c1a12670f28d55f08192c4732ad0d
[INFO] checking kands-code/rswk against try#83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1 for pr-134021
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkands-code%2Frswk" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kands-code/rswk
[INFO] finished tweaking git repo https://github.com/kands-code/rswk
[INFO] tweaked toml for git repo https://github.com/kands-code/rswk written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kands-code/rswk on toolchain 83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kands-code/rswk already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52
[INFO] running `Command { std: "docker" "start" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52" "/opt/rustwide/cargo-home/bin/cargo" "+83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52" "/opt/rustwide/cargo-home/bin/cargo" "+83ec5b3aeb5925d43b5be7b50c090f2f0336fcc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cranelift-srcgen v0.132.2
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling wasmtime-internal-core v45.0.2
[INFO] [stderr]    Compiling cranelift-isle v0.132.2
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.132.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.132.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking ksl_rt v0.2.0 (/opt/rustwide/workdir/crates/ksl_rt)
[INFO] [stderr]     Checking ariadne v0.6.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking regalloc2 v0.15.1
[INFO] [stderr]     Checking cranelift-control v0.132.2
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.132.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.132.2
[INFO] [stderr]     Checking gimli v0.33.0
[INFO] [stderr]     Checking cranelift-bitset v0.132.2
[INFO] [stderr]     Checking cranelift-entity v0.132.2
[INFO] [stderr]     Checking cranelift-bforest v0.132.2
[INFO] [stderr]    Compiling cranelift-codegen v0.132.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking ksl_ast v0.2.0 (/opt/rustwide/workdir/crates/ksl_ast)
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ksl_lexer v0.2.0 (/opt/rustwide/workdir/crates/ksl_lexer)
[INFO] [stderr]     Checking ksl_ty v0.2.0 (/opt/rustwide/workdir/crates/ksl_ty)
[INFO] [stderr]     Checking ksl_parser v0.2.0 (/opt/rustwide/workdir/crates/ksl_parser)
[INFO] [stderr]     Checking ksl_hir v0.2.0 (/opt/rustwide/workdir/crates/ksl_hir)
[INFO] [stderr]     Checking cranelift-module v0.132.2
[INFO] [stderr]     Checking cranelift-native v0.132.2
[INFO] [stderr]     Checking cranelift-frontend v0.132.2
[INFO] [stderr]     Checking cranelift-object v0.132.2
[INFO] [stderr]     Checking ksl_codegen v0.2.0 (/opt/rustwide/workdir/crates/ksl_codegen)
[INFO] [stderr]     Checking ksl v0.2.0 (/opt/rustwide/workdir/crates/ksl)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.57s
[INFO] running `Command { std: "docker" "inspect" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52", kill_on_drop: false }`
[INFO] [stdout] 9c057ac0b163b02738553893897029cfdab87d0c771804d264fb095a296d7d52
